forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-sound/nted: fix -Wnarrowing error, bug #594056
Gentoo-bug: 594056 Closes: gentoo#2353 Signed-off-by: David Seifert <[email protected]>
- Loading branch information
1 parent
46534fb
commit 9b80cc0
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- idiotseditor/idiotseditor.cpp.dist 2016-09-18 10:47:58.933319888 +0200 | ||
+++ idiotseditor/idiotseditor.cpp 2016-09-18 10:48:28.852321336 +0200 | ||
@@ -2538,7 +2538,7 @@ | ||
|
||
#define BAR_COLOR 0, 0, 0 | ||
#define NOMINATOR_COLOR 0, 0, 204 | ||
-#define HALF_COLOR 0.0, 26, 153 | ||
+#define HALF_COLOR 0, 26, 153 | ||
#define QUARTER_COLOR 0, 51, 127 | ||
#define EIGHTS_COLOR 127, 77, 102 | ||
#define COLOR_16 0, 102, 77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters