source:
patches/readline-5.2-fixes-1.patch@
7fd5fdb
Last change on this file since 7fd5fdb was 001becd, checked in by , 18 years ago | |
---|---|
|
|
File size: 611 bytes |
-
readline-5.2
Submitted By: Jim Gifford (jim at linuxfromscratch dot org) Date: 2006-12-12 Initial Package Version: 5.2 Origin: ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches Upstream Status: From Upstream Description: Contains patches 001 from upstream diff -Naur readline-5.2.orig/display.c readline-5.2/display.c
old new 2380 2380 2381 2381 if (end <= start) 2382 2382 return 0; 2383 if (MB_CUR_MAX == 1 || rl_byte_oriented) 2384 return (end - start); 2383 2385 2384 2386 memset (&ps, 0, sizeof (mbstate_t)); 2385 2387
Note:
See TracBrowser
for help on using the repository browser.