mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
More ways to break qfcc :/
This commit is contained in:
parent
6c53be928b
commit
2a2754e581
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ t3(float x)
|
|||
int
|
||||
main ()
|
||||
{
|
||||
return t3(5) == '5 9 5' ? 0 : 1;
|
||||
return t3(5) == [5, 9, 5] ? 0 : 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue