Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
51b4b3fb
Commit
51b4b3fb
authored
Aug 21, 2009
by
Adrian Robert
Browse files
(ns_get_color): fix typo in last change
parent
36e34d1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/nsterm.m
src/nsterm.m
+1
-1
No files found.
src/nsterm.m
View file @
51b4b3fb
...
...
@@ -1378,7 +1378,7 @@ Free a pool and temporary objects it refers to (callable from C)
else if (!strncmp(name, "rgb:", 4)) /* A newer X11 format -- rgb:r/g/b */
{
strcpy(hex, name + 4);
scaling = (strlen(hex) - 2) /
4
;
scaling = (strlen(hex) - 2) /
3
;
}
else if (name[0] == '#') /* An old X11 format; convert to newer */
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment