Skip to content

Commit

Permalink
Oops, left out half of the previous bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rongarret committed Aug 20, 2009
1 parent a63662a commit 03eb5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql.lisp
Expand Up @@ -173,7 +173,7 @@
; Not quite sure if this is right
; but it seems to work - RG
(connection (pointer database))
(t (pointer database)))))
(t database))))
(error 'mysql-error
:message (mysql-error db-handle)
:errno (mysql-errno db-handle))))
Expand Down

0 comments on commit 03eb5f3

Please sign in to comment.