summaryrefslogtreecommitdiff
path: root/rld-process.h
diff options
context:
space:
mode:
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.
};
/**