Attention is currently required from: fixeria.
1 comment:
File tests/gsm29205/gsm29205_test.c:
Patch Set #1, Line 121: printf("\tlen=%u: rc=%d\n", len, rc);
better avoid printing the errno int value, since it can change on different platforms/architecures, we already run into this in the past.
Se how for instance test above prints "OK" vs "FAIL". You can also match against an errno define and print its string name.
To view, visit change 43190. To unsubscribe, or for help writing mail filters, visit settings.