Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6726 → Rev 6727

/programs/fs/unzip60/kolibri/kos32.c
91,13 → 91,9
 
 
/********************************************************************************************************************/
/*** Function checkdir() */
/*** Function mapname() */
/********************************************************************************************************************/
 
/************************/
/* Function mapname() */
/************************/
 
int mapname(__G__ renamed)
__GDEF
int renamed;
212,7 → 208,8
/* disable control character filter when requested,
* else allow 8-bit characters (e.g. UTF-8) in filenames:
*/
;
if ((isprint(workch) || (128 <= workch && workch <= 254)))
*pp++ = (char)workch;
/*kos
if (uO.cflxflag ||
(isprint(workch) || (128 <= workch && workch <= 254)))
350,10 → 347,11
 
 
 
/***********************/
/* Function checkdir() */
/***********************/
/********************************************************************************************************************/
/*** Function checkdir() */
/********************************************************************************************************************/
 
 
int checkdir(__G__ pathcomp, flag)
__GDEF
char *pathcomp;