diff options
author | Peter Bex <peter@more-magic.net> | 2011-07-06 22:40:00 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2011-07-06 22:40:00 +0200 |
commit | d9445f4f116e59aae88de91686d9125fed123819 (patch) | |
tree | 5c07e43e955f99fb8e58767c42814a16fd52d38a | |
parent | d4e9f0e64391f532a684275fd4970ee040e80aee (diff) | |
download | efax-d9445f4f116e59aae88de91686d9125fed123819.tar.gz |
statusdescription is text too
-rw-r--r-- | efax.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ 'efax 'error-code code 'error-description - ((sxpath '(// Response StatusDescription)) result) + ((if-car-sxpath '(// Response StatusDescription *text*)) result) 'error-level (string->symbol (string-downcase |