patch-src_stream_c 390 B

12345678910111213
  1. $OpenBSD: patch-src_stream_c,v 1.4 2007/12/06 17:03:56 ajacoutot Exp $
  2. --- src/stream.c.orig Thu Dec 6 17:31:21 2007
  3. +++ src/stream.c Thu Dec 6 17:31:33 2007
  4. @@ -289,7 +289,7 @@ int stream_readline(int* buf, int len, long int timeou
  5. if (machine.script_on)
  6. {
  7. int pos = 0;
  8. - char rc;
  9. + int rc;
  10. static const int nl[] = { '\n', 0 };
  11. display_update();