mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 10:56:10 +02:00
Oops, fix trailing closing parens.
When using interactive recompiling of the code in Emacs/SLIME, extra closing parens are just ignored in Emacs before sending the current form to the CL compiler. When compiling from the source files, of course, that doesn't work. See #910.
This commit is contained in:
parent
fbdc95ede6
commit
0081fb6560
@ -383,7 +383,7 @@
|
||||
:clock-seq-var (aref id 8)
|
||||
:clock-seq-low (aref id 9)
|
||||
:node (uuid::arr-to-bytes 10 15 id))))
|
||||
(princ-to-string uuid)))))
|
||||
(princ-to-string uuid))))
|
||||
|
||||
(defun unix-timestamp-to-timestamptz (unixtime-string)
|
||||
"Takes a unix timestamp (seconds since beginning of 1970) and converts it
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user