1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 16:09:28 +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) (format t "Error: Invalid translation for ~s in *locale*.~%" txt)
(setf translated (second translation)))))))))))) (setf translated (second translation))))))))))))
(if translated (if translated
translated) translated
(progn (setf *locale* '*unbound*) (progn (setf *locale* '*unbound*)
(underscore txt))) (underscore txt))))
;;; Some helpers for parsing strings returned by (aud-do "GetInfo: ... ;;; Some helpers for parsing strings returned by (aud-do "GetInfo: ...