| Anonymous | Login | Signup for a new account | 2013-05-24 16:30 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0001528 | Kdenlive | User Interface | public | 2010-03-22 00:45 | 2010-09-22 17:54 | ||||
| Reporter | the-me | ||||||||
| Assigned To | j-b-m | ||||||||
| Priority | normal | Severity | major | Reproducibility | have not tried | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | i386 | OS | Debian | OS Version | Squeeze | ||||
| Product Version | 0.7.7.1 | ||||||||
| Target Version | 0.7.8 | Fixed in Version | 0.7.8 | ||||||
| Summary | 0001528: Unusual pointer arithmetic | ||||||||
| Description | I have run an automated test with cppcheck against kdenlive 0.7.7.1 and there is one error: [./src/dvdwizard.cpp:651]: (error) Unusual pointer arithmetic This should be fixed. | ||||||||
| Tags | No tags attached. | ||||||||
| Build/Install Method | Distribution package | ||||||||
| Attached Files | |||||||||
Notes |
|
|
(0004852) thatonefilmguy (reporter) 2010-03-23 05:00 |
The " Overwrite?" + '\n'," is probably the cause of this issue in this line: warnMessage.append(i18n("Folder %1 already exists. Overwrite?" + '\n', m_status.tmp_folder->url().path(KUrl::AddTrailingSlash) + "DVD")); I don't know how to actually get this message to display though, so I don't want to write a patch if I can't actually test it. But I suspect this would make the problem go away: warnMessage.append(i18n("Folder %1 already exists. Overwrite?\n", m_status.tmp_folder->url().path(KUrl::AddTrailingSlash) + "DVD")); Not sure if it needs to be \\n or just \n in that case though. I do more PHP than C++. |
|
(0004858) the-me (reporter) 2010-03-23 11:56 |
I can verify, that this fixes the problem, but I didn't tested the resulted binary. |
|
(0004866) j-b-m (administrator) 2010-03-24 10:50 |
Fixed in svn rev. 4355 |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-03-22 00:45 | the-me | New Issue | |
| 2010-03-23 05:00 | thatonefilmguy | Note Added: 0004852 | |
| 2010-03-23 11:56 | the-me | Note Added: 0004858 | |
| 2010-03-24 10:50 | j-b-m | Note Added: 0004866 | |
| 2010-03-24 10:50 | j-b-m | Assigned To | => j-b-m |
| 2010-03-24 10:50 | j-b-m | Status | new => feedback |
| 2010-03-25 11:50 | j-b-m | Status | feedback => resolved |
| 2010-03-25 11:50 | j-b-m | Fixed in Version | => Recent git |
| 2010-03-25 11:50 | j-b-m | Resolution | open => fixed |
| 2010-04-01 00:19 | xzhayon | Target Version | => future version |
| 2010-09-14 11:01 | j-b-m | Fixed in Version | Recent git => 0.7.8 |
| 2010-09-14 23:00 | j-b-m | Status | resolved => closed |
| 2010-09-22 17:54 | Granjow | Target Version | future version => 0.7.8 |
| Copyright © 2000 - 2013 MantisBT Team |