View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017021 | Scribus | General | public | 2023-10-06 10:40 | 2023-11-04 09:09 |
Reporter | ale | Assigned To | ale | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.6.0.svn | ||||
Fixed in Version | 1.6.0.svn | ||||
Summary | 0017021: for loop defect | ||||
Description | ooops: according to https://github.com/scribusproject/scribus/issues/173 for (uint gid = 0; gid <= maxGid; ++gid); from https://github.com/scribusproject/scribus/blob/master/scribus/fonts/cff.cpp#L1551 has a trailing semi colon that should not be there! | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
Thanks Ale |
|
... I wonder if it would not be better to remove the whole #ifdef UNTESTET_CFF_MAKEENCODING It seems to be dead code added by Andreas in 2015 and it has not be touched since that time. Or, if somebody understands what the snippet is supposed to do, there should IMO be a comment stating the meaning of it and the condition for the code to be enabled... |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-10-06 10:40 | ale | New Issue | |
2023-10-06 21:11 | cbradney | Product Version | 1.7.0.svn => 1.6.0.svn |
2023-10-06 21:12 | cbradney | Assigned To | => ale |
2023-10-06 21:12 | cbradney | Status | new => resolved |
2023-10-06 21:12 | cbradney | Resolution | open => fixed |
2023-10-06 21:12 | cbradney | Fixed in Version | => 1.6.0.svn |
2023-10-06 21:12 | cbradney | Note Added: 0050362 | |
2023-10-07 07:37 | ale | Note Added: 0050365 | |
2023-11-04 09:09 | cbradney | Status | resolved => closed |