]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
Fix issue 14: mandemod and lf em4x em410xread crashes the proxmark3 client app
[proxmark3-svn] / client / cmddata.c
index d27ca18bbbf495914a3ae203cf9a2c8120ea07c8..5d012199f14867ec4adaf7ba72b741b0124db9bf 100644 (file)
@@ -561,7 +561,7 @@ int CmdManchesterDemod(const char *Cmd)
 
   /* But it does not work if compiling on WIndows: therefore we just allocate a */
   /* large array */
-  int BitStream[MAX_GRAPH_TRACE_LEN];
+  uint8_t BitStream[MAX_GRAPH_TRACE_LEN];
 
   /* Detect high and lows */
   for (i = 0; i < GraphTraceLen; i++)
Impressum, Datenschutz