Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dave Griffiths
mongoose-2000
Commits
12c758c4
Commit
12c758c4
authored
Sep 29, 2013
by
Dave Griffiths
Browse files
Merge branch 'master' of github.com:nebogeo/mongoose-web
parents
e23b605c
c1b5bb68
Changes
2
Hide whitespace changes
Inline
Side-by-side
web/scripts/sync.ss
View file @
12c758c4
...
...
@@ -138,7 +138,7 @@
(
build
db
(
-
n
1
))))
(
define
(
test
)
(
let
((
db
(
open
-db
"unit.db"
)))
(
let
((
db
(
db-
open
"unit.db"
)))
(
build
db
99999999
)
))
...
...
web/server.scm
View file @
12c758c4
...
...
@@ -35,7 +35,7 @@
;;(define setuid (get-ffi-obj 'setuid #f (_fun _int -> _int)))
(
define
db-name
"mongoose.db"
)
(
define
db
(
open
-db
db-name
))
(
define
db
(
db-
open
db-name
))
(
open-log
"log.txt"
)
(
define
registered-requests
...
...
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