Skip to content

Commit dbeb609

Browse files
committed
Update 'dev'
1 parent 66b4dbb commit dbeb609

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Error.list

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
ERR1 : Outside出界
2-
ERR2 : DownloadError下载错误
3-
ERR3 : StartRunError启动运行错误
4-
ERR4 : InputError输入错误
1+
ERR1 : Outside 出界
2+
ERR2 : DownloadError 下载错误
3+
ERR3 : StartRunError 启动运行错误
4+
ERR4 : InputError 输入错误
5+
ERR5 : UserNotFound 用户未找到

zff

0 Bytes
Binary file not shown.

zff_main_en.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ int start(){
184184
//printf(" Zff \n\n\n\n\n\n\n\n\n\n Welcome!\n");
185185
//sleep(3);
186186
if(level==-1||getboot()!=1){
187-
maken();
187+
//maken();
188+
printf ("------Err5: User not found! ------\n >> Input 'zff init' to add user\n");
189+
exit (-5);
188190
}
189191
system("clear");
190192
level=getlevel();

0 commit comments

Comments
 (0)