comparison src/redisplay.c @ 4522:fc7067b7f407

Backout last patch; forgot to specify file.
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 29 Oct 2008 03:37:16 +0900
parents 383ab474a241
children 726060ee587c
comparison
equal deleted inserted replaced
4521:383ab474a241 4522:fc7067b7f407
4445 } 4445 }
4446 else 4446 else
4447 { 4447 {
4448 invalid: 4448 invalid:
4449 { 4449 {
4450 const char *str = GETTEXT ("*invalid*"); 4450 char *str = GETTEXT ("*invalid*");
4451 Charcount size = (Charcount) strlen (str); /* is this ok ?? -- dv */ 4451 Charcount size = (Charcount) strlen (str); /* is this ok ?? -- dv */
4452 4452
4453 if (size <= *offset) 4453 if (size <= *offset)
4454 *offset -= size; 4454 *offset -= size;
4455 else 4455 else