Changeset 33963 for trunk/Ohana/src/opihi/lib.shell/VectorIO.c
- Timestamp:
- May 30, 2012, 1:46:12 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/lib.shell/VectorIO.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/Ohana/src/opihi/lib.shell/VectorIO.c
r33662 r33963 20 20 } 21 21 if (f == (FILE *) NULL) { 22 gprint (GP_ERR, "can't open file for write \n");22 gprint (GP_ERR, "can't open file for write : %s\n", filename); 23 23 return (FALSE); 24 24 }
Note:
See TracChangeset
for help on using the changeset viewer.
