Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Oct 7, 2016
1 parent f7d7e24 commit 774ba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/nii_dicom_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ int nii_createFilename(struct TDICOMdata dcm, char * niiFilename, struct TDCMopt
sprintf(newstr, "%d", dcm.acquNum);
strcat (outname,newstr);
#else
printf("Warning: ignoring '%f' in output filename (recompile to segment by acquisition)\n");
printf("Warning: ignoring '%%f' in output filename (recompile to segment by acquisition)\n");
#endif
}
if (f == 'Z')
Expand Down

0 comments on commit 774ba38

Please sign in to comment.