diff options
Diffstat (limited to 'keycodes.c')
-rw-r--r-- | keycodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -261,7 +261,7 @@ AddIndicatorName(KeyNamesInfo * info, IndicatorNameInfo * new) new = NextIndicatorName(info); if (!new) { - WSGO1("Couldn't allocate name for indicator %d\n", new->ndx); + WSGO1("Couldn't allocate name for indicator %d\n", old->ndx); ACTION("Ignored\n"); return False; } |