2009-07-01 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / binutils / bucomm.c
index 9bbdafb9061b6ac159802710d41047af6966c5d4..c6786790a72bba9b18490e2ae697950658f0ad11 100644 (file)
@@ -571,7 +571,7 @@ get_file_size (const char * file_name)
   else
     return statbuf.st_size;
 
-  return 0;
+  return (off_t) -1;
 }
 
 /* Return the filename in a static buffer.  */
This page took 0.022656 seconds and 4 git commands to generate.