mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
Fix CID114555: Unchecked return value.
This commit is contained in:
parent
fa96d9e63e
commit
4feb70b484
5
main.c
5
main.c
@ -333,9 +333,12 @@ int main(int argc, char **argv)
|
||||
/* if invoked with no other startup files,
|
||||
run the system startup file here */
|
||||
if( startflag == FALSE) {
|
||||
startup("");
|
||||
if( startup( "") != TRUE)
|
||||
mloutstr( "Default startup failed!") ;
|
||||
|
||||
startflag = TRUE ;
|
||||
}
|
||||
|
||||
discmd = TRUE; /* P.K. */
|
||||
|
||||
/* if there are any files to read, read the first one! */
|
||||
|
Loading…
Reference in New Issue
Block a user