We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b4dbb commit dbeb609Copy full SHA for dbeb609
Error.list
@@ -1,4 +1,5 @@
1
-ERR1 : Outside出界
2
-ERR2 : DownloadError下载错误
3
-ERR3 : StartRunError启动运行错误
4
-ERR4 : InputError输入错误
+ERR1 : Outside 出界
+ERR2 : DownloadError 下载错误
+ERR3 : StartRunError 启动运行错误
+ERR4 : InputError 输入错误
5
+ERR5 : UserNotFound 用户未找到
zff
0 Bytes
zff_main_en.cpp
@@ -184,7 +184,9 @@ int start(){
184
//printf(" Zff \n\n\n\n\n\n\n\n\n\n Welcome!\n");
185
//sleep(3);
186
if(level==-1||getboot()!=1){
187
- maken();
+ //maken();
188
+ printf ("------Err5: User not found! ------\n >> Input 'zff init' to add user\n");
189
+ exit (-5);
190
}
191
system("clear");
192
level=getlevel();
0 commit comments