зеркало из https://github.com/mozilla/gecko-dev.git
nsToolkitErrorhandler() needs to return a value, this breaks Solaris.
This commit is contained in:
Родитель
bdab8cdd7b
Коммит
31e97eb164
|
@ -41,7 +41,8 @@ int nsToolkitErrorHandler (Display * mydisplay, XErrorEvent * myerr)
|
|||
fprintf (stderr, "-------------------------------------\n");
|
||||
fprintf (stderr, "Error code %s\n", msg) ;
|
||||
fprintf (stderr, "-------------------------------------\n");
|
||||
//exit() ;
|
||||
//exit() ;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче