Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gnumeric
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
375
Issues
375
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnumeric
Commits
81cbeb1e
Commit
81cbeb1e
authored
Sep 19, 1999
by
Michael Meeks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix stupid fatal bug.
parent
5e2e700b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
plugins/excel/libole2/ChangeLog
plugins/excel/libole2/ChangeLog
+4
-0
plugins/excel/libole2/ms-ole.c
plugins/excel/libole2/ms-ole.c
+3
-3
No files found.
plugins/excel/libole2/ChangeLog
View file @
81cbeb1e
1999-09-20 Michael Meeks <michael@nuclecu.unam.mx>
* ms-ole.c (ms_ole_destroy): Paper bag error.
1999-09-19 Michael Meeks <michael@nuclecu.unam.mx>
1999-09-19 Michael Meeks <michael@nuclecu.unam.mx>
* Makefile.am: Killed storage.
* Makefile.am: Killed storage.
...
...
plugins/excel/libole2/ms-ole.c
View file @
81cbeb1e
...
@@ -1403,10 +1403,10 @@ ms_ole_destroy (MsOle **ptr)
...
@@ -1403,10 +1403,10 @@ ms_ole_destroy (MsOle **ptr)
#if OLE_DEBUG > 0
#if OLE_DEBUG > 0
printf
(
"FIXME: should truncate to remove unused blocks
\n
"
);
printf
(
"FIXME: should truncate to remove unused blocks
\n
"
);
#endif
#endif
if
(
f
->
ref_count
!=
0
)
g_warning
(
"Unclosed files exist on this OLE stream"
);
if
(
f
)
{
if
(
f
)
{
if
(
f
->
ref_count
!=
0
)
g_warning
(
"Unclosed files exist on this OLE stream"
);
if
(
f
->
dirty
)
if
(
f
->
dirty
)
ms_ole_cleanup
(
f
);
ms_ole_cleanup
(
f
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment