Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
33bfb8a0
Commit
33bfb8a0
authored
May 15, 2015
by
user
Browse files
missed commenting out some lines of a function call
parent
beb1b2d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_scalar.c
View file @
33bfb8a0
...
@@ -399,10 +399,10 @@ static void scalar_getrect(t_gobj *z, t_glist *owner,
...
@@ -399,10 +399,10 @@ static void scalar_getrect(t_gobj *z, t_glist *owner,
//fprintf(stderr,"CACHED FINAL scalar_getrect "
//fprintf(stderr,"CACHED FINAL scalar_getrect "
// "x1 %g y1 %g x2 %g y2 %g\n",
// "x1 %g y1 %g x2 %g y2 %g\n",
screenx1
,
//
screenx1,
screeny1
,
//
screeny1,
screenx2
,
//
screenx2,
screeny2
);
//
screeny2);
return
;
return
;
}
}
...
...
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