mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-18 02:31:56 +00:00
Compare commits
2 Commits
master
...
fix-includ
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb167ae7ed | ||
|
|
520a96f3db |
@@ -36,7 +36,7 @@ fzf --prompt="Dict: " \
|
|||||||
--phony \
|
--phony \
|
||||||
--bind "enter:reload(sdcv {q} -n --json | jq '.[].dict' -r)" \
|
--bind "enter:reload(sdcv {q} -n --json | jq '.[].dict' -r)" \
|
||||||
--preview "sdcv {q} -en --use-dict={}" \
|
--preview "sdcv {q} -en --use-dict={}" \
|
||||||
--preview-window=right:70%:wrap \
|
--preview-window=wrap \
|
||||||
< <(echo)
|
< <(echo)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
@@ -42,8 +42,8 @@ private:
|
|||||||
int version;
|
int version;
|
||||||
int chunkLength;
|
int chunkLength;
|
||||||
int chunkCount;
|
int chunkCount;
|
||||||
int *chunks = nullptr;
|
int *chunks;
|
||||||
unsigned long *offsets = nullptr; /* Sum-scan of chunks. */
|
unsigned long *offsets; /* Sum-scan of chunks. */
|
||||||
std::string origFilename;
|
std::string origFilename;
|
||||||
std::string comment;
|
std::string comment;
|
||||||
unsigned long crc;
|
unsigned long crc;
|
||||||
|
|||||||
Reference in New Issue
Block a user