From 927a49bc04984400cb9b968e41d299cc977e4988 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 16 九月 2019 12:54:33 +0800 Subject: [PATCH] update so file --- csrc/buz/recorder.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/buz/recorder.cpp b/csrc/buz/recorder.cpp index 2da437c..a7086fe 100644 --- a/csrc/buz/recorder.cpp +++ b/csrc/buz/recorder.cpp @@ -124,7 +124,7 @@ //callback to frame index and path if(func_rec_info_){ - func_rec_info_(id_,file_frame_index_, file_path_); + func_rec_info_(id_, file_frame_index_, file_path_); } } -- Gitblit v1.8.0