Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
7fd5751a
Commit
7fd5751a
authored
Aug 20, 1993
by
Linus Tolke Y
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed string-to-int problem.
parent
91245525
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+3
-0
src/flags.el
src/flags.el
+2
-0
No files found.
src/ChangeLog
View file @
7fd5751a
No preview for this file type
src/flags.el
View file @
7fd5751a
...
...
@@ -256,6 +256,8 @@ or not."
(
defun
lyskom-read-options-eval-get-holerith
()
(
while
(
string-match
"\\s-"
(
substring
txt
0
1
))
(
setq
txt
(
substring
txt
1
)))
(
let
((
len
(
string-to-int
txt
))
(
start
(
progn
(
string-match
"[0-9]+H"
txt
)
(
match-end
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