mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
20 lines
529 B
Plaintext
20 lines
529 B
Plaintext
$NetBSD: patch-ae,v 1.2 2005/10/05 11:45:46 salo Exp $
|
|
|
|
--- ../convert/jmovie2jpeg.c.orig 1995-01-20 00:29:24.000000000 +0000
|
|
+++ ../convert/jmovie2jpeg.c
|
|
@@ -283,12 +283,12 @@ static char inbuffer[300000] = {
|
|
if (fread (&(image_offset),sizeof(int),1,inFile) != 1)
|
|
{
|
|
perror("Error in reading image offset");
|
|
- exit();
|
|
+ exit(1);
|
|
}
|
|
if (fread (&(audio_tracks),sizeof(int),1,inFile) != 1)
|
|
{
|
|
perror("Error in reading audio tracks");
|
|
- exit();
|
|
+ exit(1);
|
|
}
|
|
if (audio_tracks != 1)
|
|
{
|