Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
picsimlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
picsimlab
Commits
18a58d3b
Commit
18a58d3b
authored
Feb 14, 2024
by
lcgamboa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chg: fix basename SystemCmd !minor
parent
1f71f33b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/picsimlab1.cc
src/picsimlab1.cc
+1
-1
No files found.
src/picsimlab1.cc
View file @
18a58d3b
...
...
@@ -2010,7 +2010,7 @@ int CPWindow1::OnSystemCmd(const PICSimLabSystemCmd cmd, const char* Arg, void*
return
Dialog_sz
(
lxString
::
FromUTF8
(
Arg
),
400
,
200
);
break
;
case
PSC_BASENAME
:
basename
(
lxString
::
FromUTF8
(
Arg
));
strcpy
((
char
*
)
ReturnBuff
,
(
const
char
*
)
basename
(
lxString
::
FromUTF8
(
Arg
)).
utf8_str
(
));
break
;
default:
return
0
;
...
...
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