Bug #630
grdedit quits when transposing grid (-E)
Status: | Closed | Start date: | 2014-10-15 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | Candidate for next bugfix release | |||
Affected version: | 5.x-svn | Platform: |
Description
Bad coding resulted in no attempt to transpose the grid, leaving the original grid intact. There are other bugs too. Currently not working. I am working on it, though.
Associated revisions
Fix issue #630
History
#1
Updated by Paul over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
First it simply quit after reading the grid since the read test was not correct. After fixing that we got SEGV since the actual grid dimensions (mx, my) were not set. All fixed in r13607.
#2
Updated by Paul over 3 years ago
- Status changed from Resolved to Closed
Closing this as a fixed problem.