From: P. F. Chimento Date: Mon, 22 Nov 2010 20:54:41 +0000 (+0100) Subject: Fix crash when loading resource without a map X-Git-Tag: v0.9~165 X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=4884a6e823e53b0d0e61ae122cd1083ea10aebea;hp=4884a6e823e53b0d0e61ae122cd1083ea10aebea;p=projects%2Fchimara%2Fchimara.git Fix crash when loading resource without a map The Glk program now fails gracefully when trying to load an image resource without having loaded a resource map first: it prints a warning and doesn't load the image, instead of crashing. ---