Skip to content

Commit 774ba38

Browse files
committed
Typo
1 parent f7d7e24 commit 774ba38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

console/nii_dicom_batch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ int nii_createFilename(struct TDICOMdata dcm, char * niiFilename, struct TDCMopt
765765
sprintf(newstr, "%d", dcm.acquNum);
766766
strcat (outname,newstr);
767767
#else
768-
printf("Warning: ignoring '%f' in output filename (recompile to segment by acquisition)\n");
768+
printf("Warning: ignoring '%%f' in output filename (recompile to segment by acquisition)\n");
769769
#endif
770770
}
771771
if (f == 'Z')

0 commit comments

Comments
 (0)