This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixing title setting with the title argument.
master
Christoph Lohmann
11 years ago
parent
369734c80c
commit
5d3318c0c7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -3639,7 +3639,7 @@ main(int argc, char *argv[]) {
/* eat all remaining arguments */
if
(
argc
>
1
)
{
opt_cmd
=
&
argv
[
1
]
;
if
(
argv
[
1
]
!
=
NULL
)
{
if
(
argv
[
1
]
!
=
NULL
&
&
opt_title
=
=
NULL
)
{
titles
=
strdup
(
argv
[
1
]
)
;
opt_title
=
basename
(
titles
)
;
}
Write
Preview
Loading…
Cancel
Save