Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Merge requests
!31
various fixes, version up
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
various fixes, version up
bugs-2560-2590
into
master
Overview
0
Commits
2
Pipelines
0
Changes
11
Merged
Constantin P.
requested to merge
bugs-2560-2590
into
master
5 years ago
Overview
0
Commits
2
Pipelines
0
Changes
11
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 1
d68677e4
5 years ago
master (base)
and
latest version
latest version
0fa90a9e
2 commits,
5 years ago
version 1
d68677e4
1 commit,
5 years ago
11 files
+
42
−
60
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
sources/main.c
+
0
−
4
Options
@@ -114,10 +114,6 @@
#define MEMPOOL_URL "/mempool"
#define MAIN_URL "/"
#ifndef MAX_PATH
#define MAX_PATH 120
#endif
void
parse_args
(
int
argc
,
const
char
**
argv
);
void
exit_if_server_already_running
(
void
);
Loading