Skip to content

Commit

Permalink
Minor updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed Mar 24, 2024
1 parent 9b4d95b commit c249c00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Deformation Monitoring Package (DMPACK)

[![Build](https://github.com/dabamos/dmpack/actions/workflows/build.yml/badge.svg)](https://github.com/dabamos/dmpack/actions/workflows/build.yml)
![Build](https://img.shields.io/github/actions/workflow/status/dabamos/dmpack/build.yml)
![License](https://img.shields.io/github/license/dabamos/dmpack)
![Version](https://img.shields.io/badge/Version-0.9.4-green)

DMPACK is a free and open-source software package for IoT-based automatic
deformation monitoring and distributed control measurements in engineering
Expand Down
2 changes: 1 addition & 1 deletion src/dm_cgi.f90
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ subroutine dm_cgi_header(content_type, http_status, location)

integer :: code ! HTTP code.

code = 200
code = HTTP_OK
if (present(http_status)) code = http_status

write (stdout, '("Content-Type: ", 2a)', advance='no') content_type, CR_LF
Expand Down

0 comments on commit c249c00

Please sign in to comment.