Re: [ecasound] Forward: Bug#181228: wrong assumption on char signedness

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] Forward: Bug#181228: wrong assumption on char signedness
From: Junichi Uekawa (dancer_AT_netfort.gr.jp)
Date: Mon Feb 17 2003 - 07:15:09 EET


The following is the patch I am going to use for ecasound2.2.1-1 Debian package:

--- ecasound2.2-2.2.1.orig/ecatools/ecalength.c
+++ ecasound2.2-2.2.1/ecatools/ecalength.c
@@ -77,7 +77,8 @@
 };
 
 int main(int argc, char *argv[]) {
- char cmd[512], fstring[16], status = 0, curopt, *optstr = "ftsmhbcra:u";
+ char cmd[512], fstring[16], status = 0, *optstr = "ftsmhbcra:u";
+ int curopt;
   unsigned char sec;
   float curfilelength, totlength = 0;
   unsigned int min, curarg;

> I've received this message through Debian Bug Tracking System.
> There is apparently a char where there should be an int.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Feb 17 2003 - 07:06:19 EET