Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
2d0a9dfc
Commit
2d0a9dfc
authored
May 15, 2019
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wb, reset of WindowPlc.Modified caused endless compilation loop for components
parent
8f0e9c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
wb/lib/wb/src/wb_gcg.cpp
wb/lib/wb/src/wb_gcg.cpp
+9
-3
No files found.
wb/lib/wb/src/wb_gcg.cpp
View file @
2d0a9dfc
...
@@ -12966,9 +12966,15 @@ int gcg_comp_m58(gcg_ctx gcgctx, vldh_t_node node)
...
@@ -12966,9 +12966,15 @@ int gcg_comp_m58(gcg_ctx gcgctx, vldh_t_node node)
return
sts
;
return
sts
;
free
((
char
*
)
windbuffer
);
free
((
char
*
)
windbuffer
);
/* Save the session, otherwise no compilation is done */
// Set window modification time, this is reset by the post copy method
// sts = ldh_SaveSession( ldhses);
sts
=
ldh_SetObjectPar
(
ldhses
,
window_objid
,
"DevBody"
,
"Modified"
,
// if ( EVEN(sts)) return sts;
(
char
*
)
template_time
,
sizeof
(
template_time
));
if
(
EVEN
(
sts
))
return
sts
;
/* Save the session */
sts
=
ldh_SaveSession
(
ldhses
);
if
(
EVEN
(
sts
))
return
sts
;
gcg_pending_compile_add
(
gcgctx
,
window_objid
);
gcg_pending_compile_add
(
gcgctx
,
window_objid
);
...
...
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