Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Sun Jun 15 05:09:19 2025 UTC | Revision 1.4 by sysadm, Sun Jun 15 13:42:38 2025 UTC | |
|---|---|---|
| # | Line 59 int article_del(const SECTION_LIST *p_se | Line 59 int article_del(const SECTION_LIST *p_se |
| 59 | { | { |
| 60 | switch (toupper(ch)) | switch (toupper(ch)) |
| 61 | { | { |
| 62 | case KEY_NULL: | |
| 63 | case KEY_TIMEOUT: | |
| 64 | goto cleanup; | |
| 65 | case CR: | case CR: |
| 66 | igetch_reset(); | igetch_reset(); |
| 67 | case KEY_ESC: | case KEY_ESC: |
| # | Line 73 int article_del(const SECTION_LIST *p_se | Line 76 int article_del(const SECTION_LIST *p_se |
| 76 | break; | break; |
| 77 | } | } |
| 78 | ||
| 79 | if (SYS_server_exit) // Do not save data on shutdown | |
| 80 | { | |
| 81 | goto cleanup; | |
| 82 | } | |
| 83 | ||
| 84 | db = db_open(); | db = db_open(); |
| 85 | if (db == NULL) | if (db == NULL) |
| 86 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |