summaryrefslogtreecommitdiff
path: root/src/FYBA/fyln.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/FYBA/fyln.cpp')
-rw-r--r--src/FYBA/fyln.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FYBA/fyln.cpp b/src/FYBA/fyln.cpp
index 8d8c362..ee7e54b 100644
--- a/src/FYBA/fyln.cpp
+++ b/src/FYBA/fyln.cpp
@@ -448,7 +448,8 @@ short LN_PakkNavn (LC_NAVNETABELL * pLn,char *navn,short *navn_nr,short *ant_par
UT_FPRINTF(stderr,"%s\n",LN_VisNavn(pLn,nr));
}
LC_Error(21,"(LN_PakkNavn)","");
- exit (2);
+ fprintf(stderr,"Error: The library used to stop the program execution here\n");
+ return 0;
}
/* ----- Nytt navn */