From d9445f4f116e59aae88de91686d9125fed123819 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Wed, 6 Jul 2011 22:40:00 +0200 Subject: statusdescription is text too --- efax.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efax.scm b/efax.scm index 6b8cdc6..78097a6 100644 --- a/efax.scm +++ b/efax.scm @@ -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 -- cgit v1.2.3