[GH-ISSUE #196] Problem in FileMapping.cpp #77

Closed
opened 2026-05-05 03:38:09 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @izabala123 on GitHub (Apr 11, 2024).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/196

In FileMapping.cpp, line 170, please change
fstat(hfile, st);
with
fstat(hfile, &st);

Originally created by @izabala123 on GitHub (Apr 11, 2024). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/196 In FileMapping.cpp, line 170, please change `fstat(hfile, st);` with `fstat(hfile, &st);`
Author
Owner

@mirek-fidler commented on GitHub (Apr 11, 2024):

Thanks!

On Thu, Apr 11, 2024 at 7:58 AM Iñaki Zabala @.***>
wrote:

In FileMapping.cpp, line 170, please change
fstat(hfile, st);
with
fstat(hfile, &st);


Reply to this email directly, view it on GitHub
https://github.com/ultimatepp/ultimatepp/issues/196, or unsubscribe
https://github.com/notifications/unsubscribe-auth/AARH232JAPCLO4FDRMODBNLY4YRBJAVCNFSM6AAAAABGBVEQJOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZTMOJWHAZTMOA
.
You are receiving this because you are subscribed to this thread.Message
ID: @.***>

<!-- gh-comment-id:2049190022 --> @mirek-fidler commented on GitHub (Apr 11, 2024): Thanks! On Thu, Apr 11, 2024 at 7:58 AM Iñaki Zabala ***@***.***> wrote: > In FileMapping.cpp, line 170, please change > fstat(hfile, st); > with > fstat(hfile, &st); > > — > Reply to this email directly, view it on GitHub > <https://github.com/ultimatepp/ultimatepp/issues/196>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AARH232JAPCLO4FDRMODBNLY4YRBJAVCNFSM6AAAAABGBVEQJOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZTMOJWHAZTMOA> > . > You are receiving this because you are subscribed to this thread.Message > ID: ***@***.***> >
Author
Owner

@izabala123 commented on GitHub (Apr 11, 2024):

😄

<!-- gh-comment-id:2049300258 --> @izabala123 commented on GitHub (Apr 11, 2024): 😄
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#77
No description provided.