diff options
author | Pixel <Pixel> | 2002-05-12 00:58:38 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-05-12 00:58:38 +0000 |
commit | 84e4d27b5cb96e6d47ef17c34265f407ad9cd385 (patch) | |
tree | 7c0ec0df541ea55142c8ebb2fe896caa5e370fe9 /fileutils.h | |
parent | f203ea857d735eec248e1ffbfbf65d2c37005c6e (diff) |
Dayly commit
Diffstat (limited to 'fileutils.h')
-rw-r--r-- | fileutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileutils.h b/fileutils.h index 663c81e..071da66 100644 --- a/fileutils.h +++ b/fileutils.h @@ -26,7 +26,7 @@ #include <fcntl.h> unsigned long filesize(FILE * f_iso); -void copy(FILE * s, FILE * d, long size); +void copy(FILE * s, FILE * d, long size = -1); #if defined __linux__ || defined __CYGWIN32__ #define MKDIR(name) mkdir(name, 0777) |