Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning during compilation in cliprdr_format.c #19

Closed
celsius opened this issue Jul 15, 2011 · 0 comments
Closed

warning during compilation in cliprdr_format.c #19

celsius opened this issue Jul 15, 2011 · 0 comments
Milestone

Comments

@celsius
Copy link

celsius commented Jul 15, 2011

Here is a very minor patch :

diff --git a/channels/cliprdr/cliprdr_format.c b/channels/cliprdr/cliprdr_format.c
index 6cce758..8b2d00f 100644
--- a/channels/cliprdr/cliprdr_format.c
+++ b/channels/cliprdr/cliprdr_format.c
@@ -87,7 +87,7 @@ void cliprdr_process_format_list(cliprdrPlugin* cliprdr, STREAM* data_in, uint32
cb_event->formats = (uint32*)xmalloc(sizeof(uint32) * num_formats);
cb_event->num_formats = 0;
if (num_formats * 36 != dataLen)

  •           DEBUG_WARN("dataLen %d not devided by 36!");
    
  •           DEBUG_WARN("dataLen %d not divided by 36!", dataLen);
    for (i = 0; i < num_formats; i++)
    {
            stream_read_uint32(data_in, format);
    

(sorry, I still have to learn how to use git and github properly)

@llyzs llyzs closed this as completed Jul 16, 2011
hardening pushed a commit to hardening/FreeRDP that referenced this issue Dec 9, 2013
mfleisz pushed a commit to mfleisz/FreeRDP that referenced this issue Oct 16, 2015
Added additional search path suffix for OpenH264.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants