Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1846 → Rev 1848

/programs/develop/c--/trunk/exe.h--
108,7 → 108,7
byte exefile[FILENAMESIZE];
{
wsprintfA(#exefile,"%s.EXE",#rawfilename);
SHOW(#exefile);
WRITESTR(#exefile);
diskout=_lcreat(#exefile,0);
IF(EAX==0){
wsprintfA(#mapstr,"ERROR, unable to create output file %s.\n",#exefile);