diff options
-rw-r--r-- | smsmatrix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smsmatrix.scm b/smsmatrix.scm index 76333dc..fd68fff 100644 --- a/smsmatrix.scm +++ b/smsmatrix.scm @@ -226,7 +226,7 @@ "Sanity check failed: message ID differs from the one requested!" (alist-ref 'id res) message-id)) (values (string->number (alist-ref 'response res)) ; May be omitted - (alist-ref 'timestamp res) + (string->number (alist-ref 'timestamp res)) (alist-ref 'timezone res) status status-text)))) |