1
0
Fork 0

- renamed 'main-croatoan-init' to 'main:tui-init'.

This commit is contained in:
cage 2022-12-24 14:41:11 +01:00
parent b2e7f8fd62
commit b3fc8c58a3
1 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ etc.) happened"
(load-configuration-files)
(init-db))
(defun croatoan-init ()
(defun tui-init ()
"Initialize the program"
(shared-init)
(db-utils:with-ready-database (:connect nil)
@ -242,5 +242,5 @@ etc.) happened"
(declare (ignore h))
(c:end-screen)
(print c))))
(croatoan-init)
(tui-init)
(run first-time-starting))))))