Changeset 4537 for pjproject/trunk/pjlib/src/pj/string.c
- Timestamp:
- Jun 19, 2013 6:47:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/string.c
r4440 r4537 195 195 } while (val > 0); 196 196 197 len = p-buf;197 len = (int)(p-buf); 198 198 while (len < min_dig) { 199 199 *p++ = (char)pad;
Note: See TracChangeset
for help on using the changeset viewer.