Changeset 80fe968c in rtems for cpukit/libmisc/monitor/mon-command.c
- Timestamp:
- 05/01/02 22:33:52 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5a715de
- Parents:
- f4153d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/monitor/mon-command.c
rf4153d1 r80fe968c 395 395 else 396 396 { 397 #ifdef ENABLE_ENTER_REPEATS 397 398 if (history_next) 398 399 memcpy (buffer, history_buffer[history_next - 1], 399 400 RTEMS_COMMAND_BUFFER_SIZE); 401 #endif 400 402 } 401 403 memmove (command, buffer, RTEMS_COMMAND_BUFFER_SIZE); … … 408 410 { 409 411 int end; 410 if (c >= 'A' && c <= 'Z')411 c += 'a' - 'A';412 412 end = strlen (buffer); 413 413 if ((pos < end) && (end < RTEMS_COMMAND_BUFFER_SIZE))
Note: See TracChangeset
for help on using the changeset viewer.