$NetBSD: patch-ac,v 1.1.1.1 2002/09/05 17:49:42 dillo Exp $ --- frontend/audio.c.orig Thu Jul 25 14:42:54 2002 +++ frontend/audio.c @@ -52,7 +52,7 @@ audio_file *open_audio_file(char *infile break; } aufile->sfinfo.channels = channels; - aufile->sfinfo.samples = 0; + aufile->sfinfo.frames = 0; #ifdef _WIN32 if(infile[0] == '-') {