Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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<unsignedlong> breaking = {
54+
static const vector<myhtml_tag_id_t> breaking = {
5555
MyHTML_TAG_BR,
5656
MyHTML_TAG_P
5757
};

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /