Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pa4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nilesh Jagdish
pa4
Commits
805ada4f
Commit
805ada4f
authored
Nov 13, 2020
by
Nilesh Jagdish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified some files
parent
4ce1dc09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
cache.cpp
cache.cpp
+2
-0
persistentStorage.cpp
persistentStorage.cpp
+2
-1
No files found.
cache.cpp
View file @
805ada4f
...
...
@@ -120,6 +120,8 @@ string GET(string key) {
}
return
value
;
}
string
s
(
1
,
(
char
)
200
);
ans
=
s
+
ans
;
return
ans
;
}
...
...
persistentStorage.cpp
View file @
805ada4f
...
...
@@ -639,7 +639,8 @@ string GETT(char * key){
}
pthread_mutex_unlock
(
&
m
);
string
s
(
1
,
(
char
)
200
);
result
=
s
+
result
;
return
result
;
...
...
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