avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] [bug #26527] bug in unicode conversion.


From: Roger Wolff
Subject: [avrdude-dev] [bug #26527] bug in unicode conversion.
Date: Wed, 01 Jul 2009 16:07:44 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081202 Iceweasel/2.0.0.19 (Debian-2.0.0.19-0etch1)

Follow-up Comment #2, bug #26527 (project avrdude):

abra2:~> diff -u oldversion yourversion
--- oldversion  2009-07-01 18:05:47.000000000 +0200
+++ yourversion 2009-07-01 18:06:18.000000000 +0200
@@ -6,6 +6,7 @@
 while(*uni != 0){
 if(*uni >= 256){
 *ascii++ = '?';
+uni++;
 }else{
 ascii++ = uni++;
 }
abra2:~> 


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?26527>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]