Changeset 26892 for trunk/psLib/src/mathtypes
- Timestamp:
- Feb 10, 2010, 7:27:29 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psVector.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psVector.c
r24886 r26892 729 729 char line[1024]; 730 730 731 sprintf (line, " vector: %s\n", name);731 sprintf (line, "# vector: %s\n", name); 732 732 if (write(fd, line, strlen(line))) {;} //ignore return value 733 733
Note:
See TracChangeset
for help on using the changeset viewer.
