Skip to content

Commit 9f02436

Browse files
andreasbaumanncoderobe
authored andcommitted
Use myhtml_tag_id_t in breaking vector instead of unsigned long (#1)
Fixes non-x86_64 builds
1 parent ea18fce commit 9f02436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Usage: %s [options] <selector> <mode> [mode argument]
5151
static const string afmt_s = "\033[";
5252
static const string afmt_e = "m";
5353
static const vector<char> collapsible = {' ', '\t', '\n', '\r'};
54-
static const vector<unsigned long> breaking = {
54+
static const vector<myhtml_tag_id_t> breaking = {
5555
MyHTML_TAG_BR,
5656
MyHTML_TAG_P
5757
};

0 commit comments

Comments
 (0)