]> andersk Git - splint.git/blobdiff - src/sortSet.c
*** empty log message ***
[splint.git] / src / sortSet.c
index 02f4f842e738be270ce5fe57874d4adf44c8835f..578b3ccd4c25b3b16093bb8f1feb530e8572a2a1 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LCLint - annotation-assisted static program checker
-** Copyright (C) 1994-2000 University of Virginia,
+** Copyright (C) 1994-2001 University of Virginia,
 **         Massachusetts Institute of Technology
 **
 ** This program is free software; you can redistribute it and/or modify it
@@ -130,7 +130,7 @@ sortSet_member (sortSet s, sort el)
 
       for (i = 0; i < s->entries; i++)
        {
-         if (sort_equal (&el, &(s->elements[i])))
+         if (sort_equal (el, s->elements[i]))
            {
              return TRUE;
            }
This page took 0.183501 seconds and 4 git commands to generate.