- Timestamp:
- May 4, 2011, 3:20:38 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/extras/pmVisualUtils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/psModules/src/extras/pmVisualUtils.c
r31153 r31434 416 416 return; 417 417 } else { 418 int nwritten = 0; 418 419 if (comp->level == PM_DEFAULT_VISUAL_LEVEL) { 419 420 sprintf(line,"%*s%-*s %d\n", depth, "", 20 - depth, comp->name, defLevel); 420 fwrite (line, 1, strlen(line), output);421 nwritten = fwrite (line, 1, strlen(line), output); 421 422 } else { 422 423 sprintf(line, "%*s%-*s %d\n", depth, "", 20 - depth, comp->name, comp->level); 423 fwrite (line, 1, strlen(line), output);424 nwritten = fwrite (line, 1, strlen(line), output); 424 425 } 425 426 }
Note:
See TracChangeset
for help on using the changeset viewer.
