comparison src/w16select.c @ 21417:7a310ef91b2d

(Fwin16_set_clipboard_data): Call message2 with 3 arguments.
author Karl Heuer <kwzh@gnu.org>
date Wed, 08 Apr 1998 06:50:34 +0000
parents 5c31b98be973
children 7b76832ac019
comparison
equal deleted inserted replaced
21416:384d40966004 21417:7a310ef91b2d
430 depending on user system configuration.) If we just silently 430 depending on user system configuration.) If we just silently
431 fail the function, people might wonder why their text sometimes 431 fail the function, people might wonder why their text sometimes
432 doesn't make it to the clipboard. */ 432 doesn't make it to the clipboard. */
433 if (ok1 == 0) 433 if (ok1 == 0)
434 { 434 {
435 message2 (no_mem_msg, sizeof (no_mem_msg) - 1); 435 message2 (no_mem_msg, sizeof (no_mem_msg) - 1, 0);
436 sit_for (2, 0, 0, 1, 1); 436 sit_for (2, 0, 0, 1, 1);
437 } 437 }
438 438
439 done: 439 done:
440 UNBLOCK_INPUT; 440 UNBLOCK_INPUT;