Warning fixes

This commit is contained in:
Alexander S. Aganichev
2001-04-01 09:46:21 +00:00
parent c57e3b2863
commit f79327b384
9 changed files with 129 additions and 120 deletions

View File

@@ -148,7 +148,7 @@ void gareafile::replace_slashes(char **key) {
if(*p == '\\') {
int size = 1;
int chr = p[1];
uint chr = p[1];
if(isxdigit(p[1])) {
if(isxdigit(p[2])) {