Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7742 → Rev 7750

/programs/cmm/TWB/absolute_url.h
14,9 → 14,8
 
IF (!strncmp(in_URL,"//", 2))
{
//strcpy(#newurl, "http:");
//strcat(#newurl, in_URL);
sprintf(#newurl, "http:%s", in_URL);
strcpy(#newurl, "http:");
strcat(#newurl, in_URL);
strcpy(orig_URL, #newurl);
return;
}