diff options
author | deva <deva> | 2005-10-05 14:42:38 +0000 |
---|---|---|
committer | deva <deva> | 2005-10-05 14:42:38 +0000 |
commit | 94c52bd15e64830db905522294a1975ed7a1cc39 (patch) | |
tree | 7a393e23c863b470a5fa7caa2eb8e92585c36d38 /src/file.cc | |
parent | 111b16802de661228ef414eb6ec7484e2fa186ed (diff) |
*** empty log message ***
Diffstat (limited to 'src/file.cc')
-rw-r--r-- | src/file.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file.cc b/src/file.cc index 9188e6e..c3fad30 100644 --- a/src/file.cc +++ b/src/file.cc @@ -126,7 +126,7 @@ int File::Write(void* data, int size) return w; } - +/* int File::Write(char* data, int size) { return Write((void*)data, size); @@ -219,7 +219,7 @@ int File::Write(unsigned short int val) return Write((char*)&val, sizeof(val)); } - +*/ int File::createPath(char* path) { // struct stat stats; |