commit | afc962928e208397822ab128d115158f8b13afca | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Tue Dec 11 16:48:56 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 11 16:48:56 2018 -0800 |
tree | eedb0570b0d2c1fe94ae94dc06282951b88e9ee3 | |
parent | 9995b31436622c20548c938ed7978ccb6354981c [diff] | |
parent | 1502b039f849844649a342b0bbb73cab98447d63 [diff] |
Merge "Fix cert-dcl16-c clang-tidy warnings." am: 8ae3ca87fd am: 095ed6f891 Change-Id: Iac0b1e4041336ba530fdaa3c860620d885a47acb
diff --git a/libsparse/output_file.cpp b/libsparse/output_file.cpp index fe314b3..5b8179f 100644 --- a/libsparse/output_file.cpp +++ b/libsparse/output_file.cpp
@@ -508,7 +508,7 @@ out->len = len; out->block_size = block_size; - out->cur_out_ptr = 0ll; + out->cur_out_ptr = 0LL; out->chunk_cnt = 0; out->crc32 = 0; out->use_crc = crc;