mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 10:50:20 +08:00
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* support/src/test_support.c: Tinker with longest valid name.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* support/src/test_support.c: Tinker with longest valid name.
|
||||
|
||||
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* support/include/buffer_test_io.h: Use printk on AVR by default.
|
||||
|
||||
@@ -36,7 +36,7 @@ const char *Get_Longest_Name()
|
||||
{
|
||||
int i;
|
||||
|
||||
for ( i=0; i < PATH_MAX; i++ )
|
||||
for ( i=0; i < PATH_MAX-1; i++ )
|
||||
Longest_Name[i] = 'L';
|
||||
Longest_Name[i] = '\0';
|
||||
return Longest_Name;
|
||||
|
||||
Reference in New Issue
Block a user