projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
46fc11e
a8200bb
)
Merge branch 'fix_typos' of https://github.com/rti/vimb into webkit2
author
Daniel Carl
<danielcarl@gmx.de>
Sat, 6 May 2017 21:35:08 +0000
(23:35 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Sat, 6 May 2017 21:35:08 +0000
(23:35 +0200)
1
2
src/main.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/main.c
index
7df9251
,
20d397f
..
2fea7cb
---
1
/
src/main.c
---
2
/
src/main.c
+++ b/
src/main.c
@@@
-160,10
-160,10
+160,10
@@@
gboolean vb_download_set_destination(Cl
tmp = g_string_new(NULL);
num = g_strdup_printf("%d", i++);
- /* Construct a new complete
odwnload filepath with suffic
before the
+ /* Construct a new complete
download filepath with suffix
before the
* file extension. */
do {
- num = g_strdup_printf("%d", i++);
+ num = g_strdup_printf("
_
%d", i++);
g_string_assign(tmp, file);
g_string_insert(tmp, suffix, num);
g_free(num);