diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-01-10 17:17:29 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-01-10 17:17:29 +0100 |
commit | d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b (patch) | |
tree | 988a756c0699ec710b1d9094ff69fb8bf2d3a09c /libpiano/src/xml.c | |
parent | 14691417b05401957a72ec0ed35b9eed3ddd8e87 (diff) | |
download | pianobar-d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b.tar.gz pianobar-d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b.tar.bz2 pianobar-d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b.zip |
piano: Documentation...
Diffstat (limited to 'libpiano/src/xml.c')
-rw-r--r-- | libpiano/src/xml.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpiano/src/xml.c b/libpiano/src/xml.c index 9db2644..66e937e 100644 --- a/libpiano/src/xml.c +++ b/libpiano/src/xml.c @@ -87,7 +87,8 @@ void PianoXmlIsFaultCb (const char *key, const xmlNode *value, void *data) { } } } else if (strcmp ("faultCode", key) == 0) { - /* some error can only be identified by looking at their id */ + /* some errors can only be identified by looking at their id */ + /* detect pandora's ip restriction */ if (strcmp ("12", valueStr) == 0) { *ret = PIANO_RET_IP_REJECTED; } |