Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9704 → Rev 9705

/programs/develop/cmm/main.cpp
1721,7 → 1721,7
{
char buf[256];
FILE *diskout;
if(!ext && strlen(ext)) {
if(ext && strlen(ext)) {
sprintf(buf,"%s.%s",rawfilename,ext);
} else {
strcpy(buf, rawfilename);