Commit effe2f1
fix(ai_biz): check empty string instead of NULL pointer for event/session id
event_id and session_id are fixed-size char arrays, not pointers;
NULL check was always false, replace with empty-string check.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 54566cd commit effe2f1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
830 | 830 | | |
831 | 831 | | |
832 | 832 | | |
833 | | - | |
| 833 | + | |
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
| |||
0 commit comments