Skip to content

Commit

Permalink
Fix prologue file field length (alibaba#369)
Browse files Browse the repository at this point in the history
Signed-off-by: Coldwings <[email protected]>
  • Loading branch information
Coldwings authored Feb 21, 2024
1 parent c70d698 commit d2e6eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/alog.h
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ struct Prologue
: addr_func(addr_func_),
addr_file(addr_file_.chars),
len_func(N - 1),
len_file(addr_file_.len - 1),
len_file(addr_file_.len),
line(line_),
level(level_) {}
};
Expand Down

0 comments on commit d2e6eb5

Please sign in to comment.