Parent Directory
|
Revision Log
|
Patch
| Revision 1.19 by sysadm, Sun May 25 06:56:48 2025 UTC | Revision 1.20 by sysadm, Sun May 25 08:15:03 2025 UTC | |
|---|---|---|
| # | Line 496 SECTION_LIST *section_list_create(int32_ | Line 496 SECTION_LIST *section_list_create(int32_ |
| 496 | if (trie_dict_set(p_trie_dict_section_by_sid, sid_str, section_list_count) != 1) | if (trie_dict_set(p_trie_dict_section_by_sid, sid_str, section_list_count) != 1) |
| 497 | { | { |
| 498 | log_error("trie_dict_set(section, %d, %d) error\n", sid, section_list_count); | log_error("trie_dict_set(section, %d, %d) error\n", sid, section_list_count); |
| log_std("Debug %x %x %x %x\n", sid_str[0], sid_str[1], sid_str[2], sid_str[3]); | ||
| 499 | return NULL; | return NULL; |
| 500 | } | } |
| 501 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |