Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4706 - trunk/src/http/modules

Anonymous User
June 26, 2012 08:32AM
Author: mdounin
Date: 2012-06-26 12:31:40 +0000 (Tue, 26 Jun 2012)
New Revision: 4706
URL: http://trac.nginx.org/nginx/changeset/4706/nginx

Log:
Mp4: fixed build on win32 after r4689.


Modified:
trunk/src/http/modules/ngx_http_mp4_module.c

Modified: trunk/src/http/modules/ngx_http_mp4_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_mp4_module.c 2012-06-26 08:15:40 UTC (rev 4705)
+++ trunk/src/http/modules/ngx_http_mp4_module.c 2012-06-26 12:31:40 UTC (rev 4706)
@@ -1024,7 +1024,7 @@
+ NGX_HTTP_MP4_MOOV_BUFFER_EXCESS * no_mdat;
}

- if (ngx_http_mp4_read(mp4, atom_data_size) != NGX_OK) {
+ if (ngx_http_mp4_read(mp4, (size_t) atom_data_size) != NGX_OK) {
return NGX_ERROR;
}


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4706 - trunk/src/http/modules

Anonymous User 894 June 26, 2012 08:32AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 310
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready