#! /bin/sh /usr/share/dpatch/dpatch-run ## getopt.dpatch by Jorge Salamero Sanz ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad mpc123-0.2.1~/mpc123.c mpc123-0.2.1/mpc123.c --- mpc123-0.2.1~/mpc123.c 2006-07-31 20:44:09.000000000 +0200 +++ mpc123-0.2.1/mpc123.c 2007-06-05 20:52:14.000000000 +0200 @@ -76,7 +76,7 @@ } int main(int argc, char ** argv){ - char c='\0'; + int c=0; int ret=0; playlist_t pl;