/[LeafOK_CVS]/lbbs/src/section_list_display.c
ViewVC logotype

Diff of /lbbs/src/section_list_display.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.46 by sysadm, Mon Oct 13 02:23:27 2025 UTC Revision 1.47 by sysadm, Mon Oct 13 02:36:35 2025 UTC
# Line 793  int section_list_display(const char *sna Line 793  int section_list_display(const char *sna
793    
794                          // Update current topic                          // Update current topic
795                          section_topic_view_tid = (p_articles[selected_index]->tid == 0 ? p_articles[selected_index]->aid : p_articles[selected_index]->tid);                          section_topic_view_tid = (p_articles[selected_index]->tid == 0 ? p_articles[selected_index]->aid : p_articles[selected_index]->tid);
                         log_error("topic_view_tid=%d\n", section_topic_view_tid);  
796    
797                          // Update current aid location                          // Update current aid location
798                          section_aid_locations[section_index] = p_articles[selected_index]->aid;                          section_aid_locations[section_index] = p_articles[selected_index]->aid;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1