1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

Fix typo in 665e2d0

This commit is contained in:
Steve Daulton 2018-10-09 01:13:48 +01:00
parent 665e2d0e9c
commit 297bf442a4

View File

@ -40,9 +40,9 @@
(format t "Error: Invalid translation for ~s in *locale*.~%" txt)
(setf translated (second translation))))))))))))
(if translated
translated)
translated
(progn (setf *locale* '*unbound*)
(underscore txt)))
(underscore txt))))
;;; Some helpers for parsing strings returned by (aud-do "GetInfo: ...