Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #293159: Enable debug codepaths in rastertopcth for
bug #285905
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 285905
| Differences between
foomatic-db-4.0.20120117.ebuild.patch
Fix the dpi settings for Brother QL-500 and Brother QL-550
A patch adding the "Debug messages" setting for the ptouch driver
patch for version 4.0.20110506
and this patch
Collapse All
|
Expand All
(-)
ptouch-driver-1.3.orig/rastertoptch.c (-1 / +1 lines)
Lines 337-343 typedef unsigned char _Bool;
Link Here
337
#endif
337
#endif
338
338
339
339
340
340
#define DEBUG
341
#ifdef DEBUG
341
#ifdef DEBUG
342
#include <sys/times.h>
342
#include <sys/times.h>
343
/** Debug flag */
343
/** Debug flag */
Return to
bug 285905