Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37726283
en ru br
Репозитории ALT
S:58.0-alt1
5.1: 26.0-alt5.M51.1
4.1: 26.0-alt2.M41.1
4.0: 23.0-alt1
3.0: 19.0-alt2
www.altlinux.org/Changes

Группа :: Доступность
Пакет: emacspeak

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: emacspeak-alt-langswitch.patch
Скачать


diff --git a/servers/linux-outloud/langswitch.cpp b/servers/linux-outloud/langswitch.cpp
index 5544533..41e7fc0 100644
--- a/servers/linux-outloud/langswitch.cpp
+++ b/servers/linux-outloud/langswitch.cpp
@@ -159,7 +159,7 @@ enum ECILanguageDialect initLanguage(Tcl_Interp *interp,
 
 const char *getAnnotation(Tcl_Interp *interp, int *theIndex) {
   const char *code = NULL;
-  const char *aInfo = Tcl_GetVar2(interp, "langsynth", "current", 0);
+  const char *aInfo = (char *)Tcl_GetVar2(interp, "langsynth", "current", 0);
 
   if (aInfo) {
     *theIndex = atoi(aInfo);
-- 
2.21.0
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin