Files
proxmark3/client
k02a e13ccb6b3f Inclusion of unused oem variable
When compilation of the current source code, I am getting the warning of setting the unused variable "oem". I have included this, along with minor spelling corrections/language updates in the menu system.

gcc -std=c99 -O3 -mpopcnt -march=native -g -I. -I../include -I../common -I../zlib -I/opt/local/include -I../liblua -Wall -DHAVE_GUI -DZ_SOLO -DZ_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED  -c -o obj/cmdlfhid.o cmdlfhid.c
cmdlfhid.c: I funktion "CmdHIDWiegand":
cmdlfhid.c:292:11: varning: variabeln "oem" sätts men används inte [-Wunused-but-set-variable]
  uint32_t oem;
           ^

Before:
pm3 --> lf hid wiegand 0 101 2001
HID 26 bit | FC: 101 CN: 2001 | Wiegand Code: 0000002004CA0FA2          
[...]
HID 40 bit | FC: 101 CN: 2001 | Wiegand Code: 0000000000000FA2

After:
pm3 --> lf hid wiegand 0 101 2001
HID 26 bit | OEM: 0 FC: 101 CN: 2001 | Wiegand code: 0000002004CA0FA2          
[...]
HID 40 bit | OEM: 0 FC: 101 CN: 2001 | Wiegand code: 0000000000000FA2
2016-07-22 09:49:02 +02:00
..
2016-02-12 07:37:10 +01:00
2015-01-12 22:16:46 +01:00
2015-01-12 22:16:46 +01:00
2016-07-07 02:10:09 +02:00
2016-05-26 20:10:03 +03:00
2015-05-13 09:13:42 +02:00
2015-05-13 09:13:42 +02:00
2016-02-18 20:08:55 +01:00
2016-02-12 07:37:10 +01:00
2016-05-02 21:21:43 +02:00
2016-05-21 09:42:41 +02:00
2016-07-22 09:49:02 +02:00
2016-05-02 21:21:43 +02:00
2016-03-07 18:53:02 +01:00
2016-02-26 22:40:13 +01:00
2015-11-09 21:46:57 +01:00
2015-11-09 21:46:57 +01:00
2016-04-09 19:46:57 +02:00
2015-12-05 22:18:42 +01:00
2015-07-31 10:37:24 +02:00
2016-04-05 04:48:05 +02:00
2015-04-02 12:48:52 -04:00
2015-11-23 10:49:16 +01:00
2016-03-20 19:33:59 +01:00
2016-02-27 09:21:19 +01:00
2016-04-05 04:51:06 +02:00