We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nfc-utils.c should be updated to work with the current libnfc svn. This change was introduced in libnfc r1116. =================================================================== --- nfc-utils.c (revision 49) +++ nfc-utils.c (working copy) @@ -210,8 +210,7 @@ strcpy(pndd->pcDriver, strtok(buffer, ":")); // Port. - pndd->pcPort = (char *)malloc(256); - strcpy(pndd->pcPort, strtok(NULL, ":")); + strcpy(pndd->acPort, strtok(NULL, ":")); // Speed. sscanf(strtok(NULL, ":"), "%u", &pndd->uiSpeed);
Original issue reported on code.google.com by maxx...@gmail.com on 22 Jul 2011 at 8:16
maxx...@gmail.com
The text was updated successfully, but these errors were encountered:
This issue was closed by revision r50.
Original comment by romu...@libnfc.org on 5 Sep 2011 at 3:24
romu...@libnfc.org
Sorry, something went wrong.
after this change i'm not able to compile mfcuk nfc-utils.c:213:20: error: ‘nfc_device_desc_t’ has no member named ‘acPort’
Original comment by pelas...@gmail.com on 23 Sep 2011 at 6:57
pelas...@gmail.com
No branches or pull requests
Original issue reported on code.google.com by
maxx...@gmail.com
on 22 Jul 2011 at 8:16The text was updated successfully, but these errors were encountered: