Subversion Repositories Kolibri OS

Rev

Rev 6433 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6433 Rev 6443
Line 8... Line 8...
8
	{
8
	{
9
		if (*(uc*)buf1<*(uc*)buf2)
9
		if (*(uc*)buf1<*(uc*)buf2)
10
			return -1;
10
			return -1;
11
		if (*(uc*)buf1>*(uc*)buf2)
11
		if (*(uc*)buf1>*(uc*)buf2)
12
			return 1;
12
			return 1;
-
 
13
		(uc*)buf1++;
-
 
14
		(uc*)buf2++;
13
	}
15
	}
14
	return 0;
16
	return 0;
15
}
17
}