сmm: fixed typo
git-svn-id: svn://kolibrios.org@9705 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
30da4f7636
commit
9d4f6fb10b
@ -1721,7 +1721,7 @@ FILE *CreateOutPut(char *ext,char *mode)
|
|||||||
{
|
{
|
||||||
char buf[256];
|
char buf[256];
|
||||||
FILE *diskout;
|
FILE *diskout;
|
||||||
if(!ext && strlen(ext)) {
|
if(ext && strlen(ext)) {
|
||||||
sprintf(buf,"%s.%s",rawfilename,ext);
|
sprintf(buf,"%s.%s",rawfilename,ext);
|
||||||
} else {
|
} else {
|
||||||
strcpy(buf, rawfilename);
|
strcpy(buf, rawfilename);
|
||||||
|
Loading…
Reference in New Issue
Block a user