various null-dereference problems fixed

This commit is contained in:
erikb
1986-09-02 15:22:54 +00:00
parent b18ced777e
commit c2a10ef9bc
6 changed files with 18 additions and 14 deletions

View File

@@ -279,7 +279,7 @@ switch_statement
'('
expression(&expr)
{
code_startswitch(expr);
code_startswitch(&expr);
}
')'
statement