[moserial] use uchar consistently, tweak to last patch



commit 2776a84bc315bc6b4bac026325b5b4c9d1b238d4
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Mon Nov 9 09:43:37 2015 -0500

    use uchar consistently, tweak to last patch

 src/InputParser.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/InputParser.vala b/src/InputParser.vala
index 6e5018e..fe5dfb6 100644
--- a/src/InputParser.vala
+++ b/src/InputParser.vala
@@ -64,7 +64,7 @@ public class InputParser : GLib.Object
        
        // There should be bindings to something in vala that can do this but there dosen't seem to be yet 
2009-01-31
        private static uchar xtoi(unichar c) {
-               char i=16;      // an invalid positive result
+               uchar i=16;     // an invalid positive result
                switch(c){
                        case '0':
                        i=0;


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