Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9639 → Rev 9640

/programs/cmm/appearance/appearance.c
350,7 → 350,11
strcpy(#ssmas, #ss_available);
do {
j = strrchr(#ssmas, '|');
if (ssmas[j]=='/') {
strcpy(#param, #ssmas + j);
} else {
miniprintf(#param, "/sys/%s", #ssmas + j);
}
list.add(#param);
ESBYTE[#ssmas + j - 1] = '\0';
select_list.count++;
/programs/cmm/lib/obj/box_lib.h
136,7 → 136,7
ESI.edit_box.size = strlen(ed_text);
}
 
:dword EditBox_CreateStandart(dword width, left, top, maxlen, text, flags)
:dword EditBox_Create(dword left, top, width, maxlen, text, flags)
{
dword eb, i;
eb = malloc(sizeof(edit_box));