Explorar el Código

Make sure defaultServerName is initialised even on errors

tags/v1.4.90
Pierre Ossman hace 9 años
padre
commit
3620e19621
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      vncviewer/vncviewer.cxx

+ 1
- 0
vncviewer/vncviewer.cxx Ver fichero

@@ -425,6 +425,7 @@ int main(int argc, char** argv)
try {
defaultServerName = loadViewerParameters(NULL);
} catch (rfb::Exception& e) {
defaultServerName = "";
fl_alert("%s", e.str());
}

Cargando…
Cancelar
Guardar