Compare commits

..

No commits in common. "02a59c4cc51ae0e6bf4aedf6805d283bc9bd5296" and "01c97014922df3073f59cc047b2c8ad1895247f9" have entirely different histories.

2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -575,7 +575,7 @@ static void convert_aref_to_sref(struct gds_cell_array_instance *aref, struct gd
struct gds_point origin;
struct gds_point row_shift_vector;
struct gds_point col_shift_vector;
struct gds_cell_instance *sref_inst = NULL;
struct gds_cell_instance *sref_inst;
int col;
int row;