ba562449a6
This is version 0.4.10nb4.
12 lines
353 B
Text
12 lines
353 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2004/01/26 13:34:45 jmmv Exp $
|
|
|
|
--- Lib/flash.cc.orig Thu Jul 11 15:07:01 2002
|
|
+++ Lib/flash.cc
|
|
@@ -100,6 +100,7 @@ long FlashGraphicInit(FlashHandle flashH
|
|
break;
|
|
default:
|
|
fprintf(stderr, "Unsupported depth\n");
|
|
+ return 0;
|
|
}
|
|
|
|
fh->gd->setMovieDimension(fh->main->frameRect.xmax - fh->main->frameRect.xmin,
|