Changeset 3238 for trunk/essentials/app-shells/bash/variables.c
- Timestamp:
- Apr 30, 2007, 1:13:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/variables.c
r3231 r3238 861 861 char val[INT_STRLEN_BOUND(int) + 1], *v; 862 862 863 #if defined (READLINE) 863 864 /* If we are currently assigning to LINES or COLUMNS, don't do anything. */ 864 865 if (winsize_assignment) 865 866 return; 867 #endif 866 868 867 869 v = inttostr (lines, val, sizeof (val));
Note:
See TracChangeset
for help on using the changeset viewer.