Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2734 → Rev 2735

/programs/system/shell/modules/module_command.c
26,6 → 26,10
strcpy(CMD_HISTORY[1], CMD_HISTORY[0]);
 
strcpy(CMD_HISTORY[0], CMD);
if (CMD_HISTORY_NUM_REAL < CMD_HISTORY_NUM)
CMD_HISTORY_NUM_REAL++;
}
 
}
/programs/system/shell/modules/module_program_console.c
13,7 → 13,7
int size;
int is_end;
 
_itoa(pid, name);
itoa(pid, name);
strcat(name, "-SHELL");
 
buffer = NULL;