Changeset 1788
- Timestamp:
- 09/12/11 10:03:14 (6 months ago)
- File:
-
- 1 edited
-
trunk/src/nxio.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/nxio.c
r1769 r1788 152 152 char **bufptr, /* IO - Current position in buffer */ 153 153 char **buffer, /* IO - Current buffer */ 154 int *bufsize) /* IO - Current buffer size */154 size_t *bufsize) /* IO - Current buffer size */ 155 155 { 156 156 char *newbuffer; /* New buffer value */ … … 482 482 } 483 483 /*---------------------------------------------------------------------*/ 484 static void stringIntoBuffer(char **buffer, char **bufPtr, int *bufSize,484 static void stringIntoBuffer(char **buffer, char **bufPtr, size_t *bufSize, 485 485 char *string){ 486 486 size_t i; … … 537 537 char *buffer, *bufPtr; 538 538 pNXDS dataset; 539 int bufsize, i, length, currentLen, table_style = 0; 539 int currentLen, table_style = 0; 540 size_t i, bufsize, length; 540 541 int is_definition = 0; 541 542 /* this is set by nxconvert when making a definiton */
Note: See TracChangeset
for help on using the changeset viewer.
