mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 11:20:04 -04:00
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
$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,
|