mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-02 02:19:02 +00:00
compile without CAP_INV
This commit is contained in:
@@ -49,7 +49,7 @@ int getnext(const char* s, int& i) {
|
||||
if(eqs(s+i, natchars[k])) {
|
||||
i += siz; return 128+k;
|
||||
}
|
||||
printf("Unknown character in: '%s'\n", s);
|
||||
printf("Unknown character in: '%s' at position %d\n", s, i);
|
||||
i ++; return '?';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user