Skip to content

Commit

Permalink
I have no idea how this happened
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDushan committed Mar 14, 2021
1 parent 5e41702 commit d349a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/qcommon/q_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2651,8 +2651,8 @@ bool Q_isanumber( pointer s )

if( *s == '\0' )
{
return false;
}
return false;

d = strtod( s, &p );

Expand Down

0 comments on commit d349a2c

Please sign in to comment.