Skip to content

Commit

Permalink
Don't crash in use if we don't find a namespace with a matching name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Mar 2, 2010
1 parent 5e5969d commit e3f183e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cheats/use.pir
Expand Up @@ -15,6 +15,7 @@
push $P0, 'EXPORT'
push $P0, 'DEFAULT'
exportns = get_hll_namespace $P0
if null exportns goto export_done
exportns_it = iter exportns
export_loop:
unless exportns_it goto export_done
Expand Down

0 comments on commit e3f183e

Please sign in to comment.