| Summary: | Build issue: tdesvn FTBFS with "not a string literal error". | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Francois Andriot <albator78> |
| Component: | non-core programs | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | bugwatch, darrella, slavek.banko |
| Priority: | P5 | ||
| Version: | 3.5.13 [Trinity] | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: |
Fix "not a string literal" errors in tdesvn
Fix using ascii() in log messages |
||
|
Description
Francois Andriot
2012-08-05 06:01:51 CDT
Created attachment 759 [details]
Fix "not a string literal" errors in tdesvn
Created attachment 1841 [details]
Fix using ascii() in log messages
The patch has been pushed to GIT in hash 104a8598.
Just worries me now using method "ascii()". Especially in the cases: ".TOUTF8().data())).ascii()". Already several times use ascii() was the reason of problems.
Proposed patch attached.
Comment on attachment 759 [details]
Fix "not a string literal" errors in tdesvn
Already pushed to GIT in hash 104a8598.
Comment on attachment 1841 [details]
Fix using ascii() in log messages
Already pushed to GIT in hash 63892af8.
|