Changeset 26306 for branches/pap/ppStack/src/ppStackMatch.c
- Timestamp:
- Dec 2, 2009, 3:51:38 AM (16 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackMatch.c
r26305 r26306 73 73 psString name = NULL; // Output name 74 74 psStringAppend(&name, "%s_%d.sources", root, number); 75 FILE file = fopen(name, "w");// File to write75 FILE *file = fopen(name, "w"); // File to write 76 76 psFree(name); 77 77 for (int i = 0; i < sources->n; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
