Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
tg
Commits
8e647e5a
Commit
8e647e5a
authored
Apr 28, 2015
by
vvaltman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some fixes
parent
bd55cfdb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
interface.c
interface.c
+3
-5
loop.c
loop.c
+1
-0
tgl
tgl
+1
-1
No files found.
interface.c
View file @
8e647e5a
...
...
@@ -1562,11 +1562,9 @@ void work_modifier (const char *s, int l) {
}
void
print_fail
(
struct
in_ev
*
ev
)
{
if
(
ev
)
{
mprint_start
(
ev
);
mprintf
(
ev
,
"FAIL
\n
"
);
mprint_end
(
ev
);
}
mprint_start
(
ev
);
mprintf
(
ev
,
"FAIL
\n
"
);
mprint_end
(
ev
);
}
void
print_success
(
struct
in_ev
*
ev
)
{
...
...
loop.c
View file @
8e647e5a
...
...
@@ -648,6 +648,7 @@ void on_started (struct tgl_state *TLS) {
if
(
wait_dialog_list
)
{
wait_dialog_list
=
0
;
tgl_do_get_dialog_list
(
TLS
,
100
,
0
,
dlist_cb
,
0
);
return
;
}
#ifdef USE_LUA
lua_diff_end
();
...
...
tgl
@
5d1763f0
Subproject commit
b75e2e9805c257b710d806564422e8b8c4b57cbf
Subproject commit
5d1763f05a448c8a21abfd24e2c40ab1a912db56
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