- Timestamp:
- May 5, 2011, 10:11:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psModules/src/extras/pmVisualUtils.c
r31153 r31443 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.
