summaryrefslogtreecommitdiff
path: root/rld-process.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-10 11:15:29 +1000
committerChris Johns <chrisj@rtems.org>2014-09-10 11:15:29 +1000
commitc01e0addea2844cadeb24bce8203556b74c1c846 (patch)
treea3af372593bdf42f34b8ac2fe1ddcb620826a9da /rld-process.h
parenta42e45957c2e9fd25e3b30c9aaeb33671754ad1c (diff)
Fix the tempfile output code to handle line breaks better.
Diffstat (limited to 'rld-process.h')
-rw-r--r--rld-process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rld-process.h b/rld-process.h
index 6c714f2..ae89b15 100644
--- a/rld-process.h
+++ b/rld-process.h
@@ -193,7 +193,7 @@ namespace rld
bool overridden; //< The name is overridden; may no exist.
int fd; //< The file descriptor
char buf[256]; //< The read buffer.
- int level; //< The level of data in the buffer.
+ size_t level; //< The level of data in the buffer.
};
/**