Changeset 5980 for trunk/psphot/src/psLine.c
- Timestamp:
- Jan 13, 2006, 8:24:10 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psLine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psLine.c
r4977 r5980 41 41 Nchar = vsnprintf (&line->line[line->Nline], nMax, format, ap); 42 42 line->Nline += PS_MIN (nMax - 1, Nchar); 43 va_end (ap); 43 44 44 45 if (Nchar >= nMax) return (false);
Note:
See TracChangeset
for help on using the changeset viewer.
