mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-13 06:25:03 -05:00
Fix old truncation of filename prefix that is no longer valid
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13290 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
(loop (cdr chars) (cons (car chars) accum))))))
|
||||
|
||||
(define (write-string string out-port filename line-number)
|
||||
(display (string-append "/* " (substring filename 3)) out-port)
|
||||
(display (string-append "/* " filename) out-port)
|
||||
;;(display line-number out-port)
|
||||
(display " */\n" out-port)
|
||||
(display "_(" out-port)
|
||||
|
||||
Reference in New Issue
Block a user