diff options
Diffstat (limited to 'binutils/bucomm.c')
-rw-r--r-- | binutils/bucomm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/bucomm.c b/binutils/bucomm.c index e006e61..64653d6 100644 --- a/binutils/bucomm.c +++ b/binutils/bucomm.c @@ -552,7 +552,7 @@ parse_vma (const char *s, const char *arg) /* Returns the size of the named file. If the file does not exist, or if it is not a real file, then a suitable non-fatal - error message is printed and zero is returned. */ + error message is printed and (off_t) -1 is returned. */ off_t get_file_size (const char * file_name) |