mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-17 10:11:56 +00:00
Compare commits
3 Commits
9c77e91006
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1cb0172d1 | ||
|
|
bae2132bd5 | ||
|
|
5478f290a1 |
@@ -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=wrap \
|
--preview-window=right:70%: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;
|
int *chunks = nullptr;
|
||||||
unsigned long *offsets; /* Sum-scan of chunks. */
|
unsigned long *offsets = nullptr; /* 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