| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6af4049 commit c43a944
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -613,8 +613,8 @@ bool Simplify(const std::vector<char>& code, | |||
| 613 | 613 | } | |
| 614 | 614 | ||
| 615 | 615 | if (simplified_count > 0) { | |
| 616 | - Debug("Simplified %d characters, ", simplified_count); | ||
| 617 | - Debug("old size %d, new size %d\n", code_size, simplified->size()); | ||
| 616 | + Debug("Simplified %lu characters, ", simplified_count); | ||
| 617 | + Debug("old size %lu, new size %lu\n", code_size, simplified->size()); | ||
| 618 | 618 | return true; | |
| 619 | 619 | } | |
| 620 | 620 | return false; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments