Changeset 20806 for lang/cplusplus
- Timestamp:
- 10/05/08 18:30:37 (2 months ago)
- Files:
-
- 1 modified
-
lang/cplusplus/llv8call/trunk/ext/fs/file.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/fs/file.cc
r20792 r20806 139 139 EXTERNAL_FILE(); 140 140 ARG_str(str, 0); 141 size_t wrote = fwrite(*str, sizeof(char), args[0]->ToString()->Length(), fh);141 size_t wrote = fwrite(*str, sizeof(char), str.length(), fh); 142 142 return Int32::New(wrote); 143 143 END
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)