devilhorns pushed a commit to branch master.

commit 3e9edcd5391bed26f0ca81cdd91858d9f14e1a3f
Author: Chris Michael <[email protected]>
Date:   Thu Jul 25 13:32:06 2013 +0100

    Fix typo
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_x/xlib/ecore_x_randr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_x/xlib/ecore_x_randr.c 
b/src/lib/ecore_x/xlib/ecore_x_randr.c
index b1fd9d6..0db9ffb 100644
--- a/src/lib/ecore_x/xlib/ecore_x_randr.c
+++ b/src/lib/ecore_x/xlib/ecore_x_randr.c
@@ -1890,7 +1890,7 @@ ecore_x_randr_crtc_info_get(Ecore_X_Window root, const 
Ecore_X_Randr_Crtc crtc)
                   ret->noutput = info->noutput;
                   ret->npossible = info->npossible;
 
-                  if (input->noutput > 0)
+                  if (info->noutput > 0)
                     {
                        if ((ret->outputs = 
                             malloc(info->noutput * 
sizeof(Ecore_X_Randr_Output))))

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to