]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
fixed issue #65
authorMartin Holst Swende <martin@swende.se>
Thu, 12 Feb 2015 07:21:58 +0000 (08:21 +0100)
committerMartin Holst Swende <martin@swende.se>
Thu, 12 Feb 2015 07:21:58 +0000 (08:21 +0100)
client/cmdhf.c

index 07a4aa4951b15235873e171dbf107e1a763f1665..7f1246cc36be6e72c691d04857ccf5df6a628c6c 100644 (file)
@@ -475,7 +475,7 @@ uint16_t printTraceLine(uint16_t tracepos, uint16_t traceLen, uint8_t *trace, ui
                        snprintf(line[j/16]+(( j % 16) * 4),110, "%02x! ", frame[j]);
 
                } else {
-                       snprintf(line[j/16]+(( j % 16) * 4),110, "%02x! ", frame[j]);
+                       snprintf(line[j/16]+(( j % 16) * 4),110, "%02x  ", frame[j]);
                }
        }
        if(data_len == 0)
Impressum, Datenschutz