- Timestamp:
- Aug 12, 2016 8:07:20 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/webservice/split-soapC.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/split-soapC.cpp
r62766 r63392 101 101 const char *pszLine = pszBuffer; 102 102 size_t cbChunk = cbFileIn / cChunks; 103 size_tcFiles = 0;103 unsigned long cFiles = 0; 104 104 size_t cbLimit = 0; 105 105 size_t cbWritten = 0; … … 202 202 } while (pszLine); 203 203 204 printf("split-soapC: Created %lu files.\n", cFiles);204 printf("split-soapC: Created %lu files.\n", (unsigned long)cFiles); 205 205 206 206 free(pszBuffer);
Note:
See TracChangeset
for help on using the changeset viewer.

