Skip to content

Commit a37c3fa

Browse files
committed
per the cp/m 2.2 spec always uppercase the command tail
1 parent b1f1325 commit a37c3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ntvcm.cxx

+1
Original file line numberDiff line numberDiff line change
@@ -3017,6 +3017,7 @@ int main( int argc, char * argv[] )
30173017

30183018
strcat( pCommandTail, " " );
30193019
strcat( pCommandTail, parg );
3020+
strupr( pCommandTail );
30203021
}
30213022

30223023
if ( 0 == pcCOM && ( '-' == c

0 commit comments

Comments
 (0)