Skip to content

Commit

Permalink
idebatch: formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Aug 14, 2024
1 parent cee8ba2 commit 8eb58ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bld/idebatch/os2/batserv.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static void ProcessConnection( void )
rc = 0;
dir = pdata.u.s.u.data;
if( isalpha( dir[0] ) && dir[1] == ':' ) {
rc = DosSetDefaultDisk( toupper( dir[0] ) - ('A' - 1) );
rc = DosSetDefaultDisk( toupper( dir[0] ) - ( 'A' - 1 ) );
dir += 2;
}
if( rc == 0 && dir[0] != '\0' ) {
Expand Down

0 comments on commit 8eb58ce

Please sign in to comment.